home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / lisp / eulisp / comp0_89.lha / Feel / Boot / Compiler / non-std0.em < prev    next >
Text File  |  1993-02-02  |  335b  |  26 lines

  1. ;; Eulisp Module
  2. ;; Author: pab
  3. ;; File: non-std0.em
  4. ;; Date: Tue Feb 25 15:15:21 1992
  5. ;;
  6. ;; Project:
  7. ;; Description: 
  8. ;;
  9.  
  10. (defmodule non-std0
  11.   (standard0
  12.          
  13.    )
  14.   ()
  15.   
  16.   (definline cons (a b) (i-cons))
  17.  
  18.   (definline vector-ref (a b)
  19.     (vref))
  20.  
  21.   (definline null (x) (not))
  22.   (definline not (x) (not))
  23.  
  24.   ;; end module
  25.   )
  26.